Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argotorg/solidity
/ write_file
Function
write_file
scripts/error_codes.py:26–28 ·
view source on GitHub ↗
(file_name, content)
Source
from the content-addressed store, hash-verified
24
25
26
def
write_file(file_name, content):
27
with
open(file_name,
"w"
, encoding=ENCODING)
as
f:
28
f.write(content)
29
30
31
def
in_comment(source, pos):
Callers
1
fix_ids_in_source_file
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected