Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BruceDevices/firmware
/ _touch
Function
_touch
patch.py:55–57 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
53
54
55
def
_touch(path):
56
with
open(path,
"w"
)
as
fp:
57
fp.write(
""
)
58
59
env.Execute(
lambda
*args, **kwargs: _touch(patchflag_path))
60
Callers
1
patch.py
File · 0.85
Calls
1
write
Method · 0.45
Tested by
no test coverage detected