(name, content, contributors)
| 22 | }; |
| 23 | |
| 24 | const createFile = (name, content, contributors) => ({ name, content, contributors }); |
| 25 | |
| 26 | const createProjectFile = (name, content) => createFile(name, content, [{ |
| 27 | login: 'algorithm-visualizer', |
no outgoing calls
no test coverage detected