MCPcopy Index your code
hub / github.com/php/frankenphp / Write

Method Write

log_test.go:25–30  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

23}
24
25func (s *syncBuffer) Write(p []byte) (n int, err error) {
26 s.mu.Lock()
27 defer s.mu.Unlock()
28
29 return s.b.Write(p)
30}
31
32func (s *syncBuffer) String() string {
33 s.mu.RLock()

Callers 9

go_ub_writeFunction · 0.45
rejectMethod · 0.45
TestNamespaceParserFunction · 0.45
uniqueIDFunction · 0.45
successMethod · 0.45
TestHotReloadFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected