Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anus-dev/ANUS
/ getAllSettingKeys
Function
getAllSettingKeys
packages/cli/src/utils/settingsUtils.ts:145–147 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
143
* Get all setting keys from the schema
144
*/
145
export
function
getAllSettingKeys(): string[] {
146
return
Object.keys(FLATTENED_SCHEMA);
147
}
148
149
/**
150
* Get settings by
type
Callers
1
settingsUtils.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected