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

Function _tomlStringValue

src/adapters/scripts/evolver-session-start.js:69–73  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

67}
68
69function _tomlStringValue(value) {
70 const raw = _stripTomlComment(value);
71 const match = raw.match(/^(['"])([\s\S]*)\1$/);
72 return match ? match[2] : raw.trim();
73}
74
75function _codexConfigPath() {
76 if (process.env.CODEX_CONFIG_FILE || process.env.EVOMAP_CODEX_CONFIG_FILE) {

Callers 1

_codexConfigExpectsProxyFunction · 0.85

Calls 1

_stripTomlCommentFunction · 0.85

Tested by

no test coverage detected