MCPcopy
hub / github.com/FoalTS/foal / remove

Method remove

packages/core/src/core/config/config.ts:137–139  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

135 }
136
137 static remove(key: string): void {
138 this.testConfig.delete(key);
139 }
140
141 private static yaml: any;
142 private static config: { [key: string ]: any } | null = null;

Calls 1

deleteMethod · 0.45

Tested by 3

testSuiteFunction · 0.64
testCsrfTokenFunction · 0.64