MCPcopy Create free account
hub / github.com/algorithm-visualizer/algorithm-visualizer / createFile

Function createFile

src/common/util.js:24–24  ·  view source on GitHub ↗
(name, content, contributors)

Source from the content-addressed store, hash-verified

22};
23
24const createFile = (name, content, contributors) => ({ name, content, contributors });
25
26const createProjectFile = (name, content) => createFile(name, content, [{
27 login: 'algorithm-visualizer',

Callers 2

createProjectFileFunction · 0.85
createUserFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected