MCPcopy Index your code
hub / github.com/coder/coder / Sync

Method Sync

cli/clilog/clilog.go:209–213  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

207}
208
209func (f *debugFilterSink) Sync() {
210 for _, sink := range f.next {
211 sink.Sync()
212 }
213}
214
215// LumberjackWriteCloseFixer is a wrapper around an io.WriteCloser that
216// prevents writes after Close. This is necessary because lumberjack

Callers 3

ServerMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by 1