MCPcopy Create free account
hub / github.com/6174/comflowyspace / delete

Method delete

apps/node/src/modules/config-manager.ts:28–30  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

26
27 // 删除配置项
28 delete(key: string): void {
29 this.config.delete(key);
30 }
31
32 getAll(): any {
33 return this.config.all;

Callers 6

updateByJsonFunction · 0.45
ydoc-utils.tsFile · 0.45
removeDocToLocalMethod · 0.45
serveFunction · 0.45
checkBasicRequirementsFunction · 0.45
setupWebsocketHandlerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected