Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Masterminds/squirrel
/ part
Struct
part
part.go:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
)
7
8
type
part
struct
{
9
pred
interface
{}
10
args []
interface
{}
11
}
12
13
func
newPart(pred
interface
{}, args ...
interface
{}) Sqlizer {
14
return
&part{pred, args}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected