Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/albertodemichelis/squirrel
/ Write
Method
Write
sqstdlib/sqstdio.cpp:85–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
return sqstd_fread(buffer,1,size,_handle);
84
}
85
SQInteger Write(void *buffer,SQInteger size) {
86
return sqstd_fwrite(buffer,1,size,_handle);
87
}
88
SQInteger Flush() {
89
return sqstd_fflush(_handle);
90
}
Callers
2
_stream_writeblob
Function · 0.45
_stream_writen
Function · 0.45
Calls
1
sqstd_fwrite
Function · 0.85
Tested by
no test coverage detected