MCPcopy
hub / github.com/chenyme/grok2api / get

Function get

app/statics/js/i18n.js:35–35  ·  view source on GitHub ↗
(o,k)

Source from the content-addressed store, hash-verified

33 }
34
35 function get(o,k){ for(var p=k.split('.'),i=0;i<p.length;i++){if(o==null)return; o=o[p[i]];} return o; }
36
37 function merge(base, extra){
38 if(extra==null) return base;

Callers 2

tFunction · 0.70
applyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected