MCPcopy Create free account
hub / github.com/ClydeTime/Surge / traverseObject

Function traverseObject

Script/BiliBili/Modified.js:367–367  ·  view source on GitHub ↗
(o,c)

Source from the content-addressed store, hash-verified

365 return { Settings, Caches, Configs };
366
367 function traverseObject(o,c){for(var t in o){var n=o[t];o[t]="object"==typeof n&&null!==n?traverseObject(n,c):c(t,n)}return o}
368};
369
370

Callers 1

setENVFunction · 0.70

Calls 1

cFunction · 0.70

Tested by

no test coverage detected