MCPcopy Create free account
hub / github.com/microsoft/go-winio / cap

Method cap

internal/stringbuffer/wstring.go:131–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129}
130
131func (b *WString) cap() uint32 { return uint32(cap(b.b)) }
132func (b *WString) empty() bool { return b == nil || b.cap() == 0 }

Callers 2

CapMethod · 0.95
emptyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected