Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
updateDocument
Method · 0.80
injectSpans
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected