MCPcopy Index your code
hub / github.com/witheve/Eve / refresh

Method refresh

src/ide/spans.ts:232–232  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

230// Optional life cycle methods for Span-derivatives..
231export interface Span {
232 refresh?(): void,
233 onBeforeChange?(change:ChangeCancellable): void
234 onChange?(change:Change): void
235

Callers 14

applyMethod · 0.95
hideMethod · 0.95
unhideMethod · 0.95
codemirror.jsFile · 0.65
updateDocumentMethod · 0.65
injectSpansMethod · 0.65
refreshMethod · 0.65
markBetweenMethod · 0.65
EditorClass · 0.65
injectNoticeMethod · 0.65
dismissNoticeMethod · 0.65
evalMethod · 0.65

Implementers 1

LineSpansrc/ide/spans.ts

Calls

no outgoing calls

Tested by

no test coverage detected