MCPcopy Create free account
hub / github.com/Comfy-Org/litegraph.js / createFromArray

Method createFromArray

src/LLink.ts:166–168  ·  view source on GitHub ↗

@deprecated Use LLink.create

(data: SerialisedLLinkArray)

Source from the content-addressed store, hash-verified

164
165 /** @deprecated Use {@link LLink.create} */
166 static createFromArray(data: SerialisedLLinkArray): LLink {
167 return new LLink(data[0], data[5], data[1], data[2], data[3], data[4])
168 }
169
170 /**
171 * LLink static factory: creates a new LLink from the provided data.

Callers 1

configureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected