Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/go-winio
/ empty
Method
empty
internal/stringbuffer/wstring.go:132–132 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
130
131
func
(b *WString) cap() uint32 {
return
uint32(cap(b.b)) }
132
func
(b *WString) empty() bool {
return
b == nil || b.cap() == 0 }
Callers
5
Free
Method · 0.95
ResizeTo
Method · 0.95
Buffer
Method · 0.95
Pointer
Method · 0.95
Cap
Method · 0.95
Calls
1
cap
Method · 0.95
Tested by
no test coverage detected