MCPcopy Create free account
hub / github.com/EvoMap/evolver / readTomlStringValue

Function readTomlStringValue

src/ops/lifecycle.js:210–215  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

208}
209
210function readTomlStringValue(value) {
211 var raw = stripTomlComment(value);
212 var match = raw.match(/^(['"])([\s\S]*)\1$/);
213 if (match) return match[2];
214 return raw.trim();
215}
216
217function codexConfigExpectsProxy(env) {
218 var file = getCodexConfigFile(env);

Callers 1

codexConfigExpectsProxyFunction · 0.85

Calls 1

stripTomlCommentFunction · 0.85

Tested by

no test coverage detected