MCPcopy Create free account
hub / github.com/SplootCode/splootcode / isEmpty

Method isEmpty

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

Source from the content-addressed store, hash-verified

111 }
112
113 isEmpty(): boolean {
114 return false
115 }
116
117 validateSelf() {
118 // Nodes with validation logic are expected to override this.

Calls

no outgoing calls

Tested by

no test coverage detected