Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/spf13/pflag
/ String
Method
String
ipmask.go:17–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
}
16
17
func
(i *ipMaskValue) String() string {
return
net.IPMask(*i).String() }
18
func
(i *ipMaskValue) Set(s string) error {
19
ip := ParseIPv4Mask(s)
20
if
ip == nil {
Callers
nothing calls this directly
Calls
2
IPMask
Method · 0.80
String
Method · 0.65
Tested by
no test coverage detected