MCPcopy Create free account
hub / github.com/Noumena-Network/code / constructor

Method constructor

src/ink/screen.ts:129–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127 readonly none: number
128
129 constructor() {
130 this.none = this.intern([])
131 }
132
133 /**
134 * Intern a style and return its ID. Bit 0 of the ID encodes whether the

Callers

nothing calls this directly

Calls 1

internMethod · 0.95

Tested by

no test coverage detected