MCPcopy Index your code
hub / github.com/SplootCode/splootcode / getNodeLayout

Method getNodeLayout

packages/core/src/language/node.ts:305–307  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

303 }
304
305 getNodeLayout(): NodeLayout {
306 return getLayout(this.type)
307 }
308
309 shallowSerialize(): SerializedNode {
310 const serNode: SerializedNode = {

Callers 3

trimMethod · 0.45
constructorMethod · 0.45
updateLayoutMethod · 0.45

Calls 1

getLayoutFunction · 0.90

Tested by

no test coverage detected