6 lines
143 B
Text
6 lines
143 B
Text
|
|
def deSubgraphKit := <elib:serial.deSubgraphKit>
|
||
|
|
|
||
|
|
def copy(object) {
|
||
|
|
return deSubgraphKit.recognize(object, deSubgraphKit.makeBuilder())
|
||
|
|
}
|