Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/socketstream/socketstream
/ write
Function
write
lib/cli/generate.js:82–84 ·
view source on GitHub ↗
(fileName, content)
Source
from the content-addressed store, hash-verified
80
* @
return
{Boolean}
81
*/
82
write =
function
(fileName, content) {
83
return
fs.writeFileSync(path.join(name, fileName), content,
'utf8'
);
84
};
85
86
/* Check
for
application name existing */
87
if
(name === void 0) {
Callers
1
generate.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected