MCPcopy
hub / github.com/witheve/Eve / sourceEquals

Method sourceEquals

src/ide/spans.ts:208–210  ·  view source on GitHub ↗
(other:SpanSource)

Source from the content-addressed store, hash-verified

206 }
207
208 sourceEquals(other:SpanSource) {
209 return this.source.type = other.type;
210 }
211
212 isInline(): this is InlineSpan {
213 return this._spanStyle == "inline";

Callers 2

updateDocumentMethod · 0.80
injectSpansMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected