Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/DevCloudFE/ng-devui
/ getDataFromNameSpace
Method
getDataFromNameSpace
devui/theme/utils/interface.ts:7–7 ·
view source on GitHub ↗
(nameSpace: string)
Source
from the content-addressed store, hash-verified
5
6
export
interface
IContextService {
7
getDataFromNameSpace(nameSpace: string): any;
8
setDataFromNameSpace(nameSpace: string, value: any): any;
9
}
10
Callers
1
initializeTheme
Method · 0.65
Implementers
1
ContextService
devui/theme/utils/context-service.ts
Calls
no outgoing calls
Tested by
no test coverage detected