MCPcopy
hub / github.com/undergroundwires/privacy.sexy / Script

Interface Script

src/domain/Executables/Script/Script.ts:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import type { ScriptCode } from './Code/ScriptCode';
5
6export interface Script extends Executable, Documentable {
7 readonly name: string;
8 readonly level?: RecommendationLevel;
9 readonly code: ScriptCode;
10 canRevert(): boolean;
11}

Callers 8

constructorMethod · 0.65
convertScriptToNodeFunction · 0.65
createScriptRevertersFunction · 0.65
filterReversibleScriptsFunction · 0.65
constructorMethod · 0.65
isReversibleFunction · 0.65
expectSameScriptFunction · 0.65

Implementers 2

CollectionScriptsrc/domain/Executables/Script/ScriptFa
ScriptStubtests/unit/shared/Stubs/ScriptStub.ts

Calls

no outgoing calls

Tested by

no test coverage detected