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

Method set

packages/core/src/core/config/config.ts:133–135  ·  view source on GitHub ↗
(key: string, value: string|number|boolean)

Source from the content-addressed store, hash-verified

131 }
132
133 static set(key: string, value: string|number|boolean): void {
134 this.testConfig.set(key, value);
135 }
136
137 static remove(key: string): void {
138 this.testConfig.delete(key);

Calls

no outgoing calls

Tested by 5

testSuiteFunction · 0.36
testCsrfTokenFunction · 0.36
loginMethod · 0.36
addValueToSessionMethod · 0.36
SetFooContentFunction · 0.36