Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ write
Method
write
src/vmfWriter/ValveWriter.java:110–113 ·
view source on GitHub ↗
(String text)
Source
from the content-addressed store, hash-verified
108
}
109
110
private
ValveWriter write(String text) throws IOException {
111
this.writer.write(text);
112
return
this;
113
}
114
115
public
void
finish() throws IOException {
116
this.writer.close();
Callers
nothing calls this directly
Calls
1
write
Method · 0.65
Tested by
no test coverage detected