Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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;
Callers
15
mongodb-store.service.spec.ts
File · 0.80
github-provider.service.spec.ts
File · 0.80
twitter-provider.service.spec.ts
File · 0.80
abstract-provider.service.spec.ts
File · 0.80
linkedin-provider.service.spec.ts
File · 0.80
facebook-provider.service.spec.ts
File · 0.80
use-sessions.hook.spec.ts
File · 0.80
get-session-id-from-request.spec.ts
File · 0.80
should-verify-csrf-token.spec.ts
File · 0.80
set-session-cookie.spec.ts
File · 0.80
remove-session-cookie.spec.ts
File · 0.80
session.spec.ts
File · 0.80
Calls
1
delete
Method · 0.45
Tested by
3
shouldSaveOrUpdateTheSession
Function · 0.64
testSuite
Function · 0.64
testCsrfToken
Function · 0.64