Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/expr-lang/expr
/ String
Method
String
internal/spew/common_test.go:121–123 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
119
}
120
121
func
(ss sortableStruct) String() string {
122
return
fmt.Sprintf(
"ss.%d"
, ss.x)
123
}
124
125
type
unsortableStruct
struct
{
126
x int
Callers
nothing calls this directly
Calls
1
Sprintf
Method · 0.80
Tested by
no test coverage detected