MCPcopy
hub / github.com/Doorman11991/smallcode / freshProject

Function freshProject

test/skills.test.js:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13const { SkillManager } = require('../src/plugins/skills');
14
15function freshProject() {
16 return fs.mkdtempSync(path.join(os.tmpdir(), 'sc-skills-'));
17}
18
19function write(file, content) {
20 fs.mkdirSync(path.dirname(file), { recursive: true });

Callers 1

skills.test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected