Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cyinx/einx
/ writeStd
Method
writeStd
slog/slog_write.go:59–61 ·
view source on GitHub ↗
(log *LogRecord)
Source
from the content-addressed store, hash-verified
57
}
58
59
func
(this *LogWriter) writeStd(log *LogRecord) {
60
os.Stdout.Write(_log_writer.buf)
61
}
62
63
func
(this *LogWriter) InitPath(p string) {
64
if
atomic.CompareAndSwapInt32(&this.b_init, 0, 1) == true {
Callers
1
doRun
Method · 0.95
Calls
1
Write
Method · 0.80
Tested by
no test coverage detected