constpersistedScope:object
Defined in: persisted-scope.ts:17
get: () =>
Promise<{allow:string[]; }> =getPersistedScope
The merged filesystem allowlist (base + persisted entries).
Promise<{ allow: string[]; }>
save: () =>
Promise<{saved:boolean; }> =savePersistedScope
Writes the merged allowlist to the persistence file.
Promise<{ saved: boolean; }>
getPersistedScope():
Promise<{allow:string[]; }>
Defined in: persisted-scope.ts:8
The merged filesystem allowlist (base + persisted entries).
Promise<{ allow: string[]; }>
savePersistedScope():
Promise<{saved:boolean; }>
Defined in: persisted-scope.ts:13
Writes the merged allowlist to the persistence file.
Promise<{ saved: boolean; }>