MCPcopy Index your code
hub / github.com/Microck/opencode-studio / getOhMyOpenCodeConfigPath

Function getOhMyOpenCodeConfigPath

server/index.js:601–605  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

599};
600
601const getOhMyOpenCodeConfigPath = () => {
602 const cp = getConfigPath();
603 if (!cp) return null;
604 return path.join(path.dirname(cp), 'oh-my-opencode.json');
605};
606
607const getConfigPath = () => getPaths().current;
608

Callers 3

loadOhMyOpenCodeConfigFunction · 0.85
saveOhMyOpenCodeConfigFunction · 0.85
index.jsFile · 0.85

Calls 1

getConfigPathFunction · 0.85

Tested by

no test coverage detected