Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DTStack/molecule
/ flatObject
Method
flatObject
src/services/settingsService.ts:174–176 ·
view source on GitHub ↗
(obj: object)
Source
from the content-addressed store, hash-verified
172
}
173
174
public flatObject(obj: object): object {
175
return
flatObject(obj);
176
}
177
178
public flatObject2JSONString(obj: object): string {
179
return
this.toJSONString(this.flatObject(obj));
Callers
1
flatObject2JSONString
Method · 0.95
Calls
1
flatObject
Function · 0.90
Tested by
no test coverage detected