MCPcopy Create free account
hub / github.com/backnotprop/plannotator / disabledSourceSave

Function disabledSourceSave

packages/shared/source-save.ts:115–117  ·  view source on GitHub ↗
(reason: SourceSaveDisabledReason)

Source from the content-addressed store, hash-verified

113}
114
115export function disabledSourceSave(reason: SourceSaveDisabledReason): SourceSaveCapability {
116 return { enabled: false, reason };
117}
118
119export function enabledSourceSave(
120 scope: SourceSaveScope,

Callers 8

applyDocOptionsFunction · 0.90
getPrimarySourceFunction · 0.90
enabledSourceSaveFunction · 0.85
getPrimarySourceFunction · 0.85
applyDocOptionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected