better wire branching control

This commit is contained in:
minjaesong
2025-02-09 21:56:46 +09:00
parent 34d8f1504f
commit 22786f9a28
6 changed files with 23 additions and 18 deletions

View File

@@ -90,7 +90,7 @@ class ActorValue : KVHashMap {
return ActorValue(newActor, hashMap).also {
val listOfBlobs = it.hashMap.entries.filter { (it.value as? String)?.startsWith(BLOB) ?: false }
listOfBlobs.forEach {
}
}
// TODO clone blobs