Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ create_pushfile
Function
create_pushfile
tests/gold_tests/bigobj/bigobj.test.py:58–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
57
58
def
create_pushfile():
59
f = open(Test.RunDirectory +
"/objfile"
,
"w"
)
60
f.write(header)
61
f.write(
"x"
* obj_bytes)
62
f.close()
63
return
True
64
65
66
ipv4flag =
""
Callers
1
bigobj.test.py
File · 0.85
Calls
2
write
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected