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

Method isSingle

packages/core/src/language/fragment.ts:54–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 }
53
54 isSingle() {
55 return this.nodes.length == 1
56 }
57
58 serialize(): SerializedFragment {
59 return {

Callers 3

insertFragmentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected