MCPcopy Create free account
hub / github.com/aclements/go-misc / Get

Method Get

rtcheck/lockclass.go:68–134  ·  view source on GitHub ↗

Get returns the LockClass of the given ssa.Value, which must be a pointer to a global or a field address expression. If Get cannot resolve the lock class of v, it returns an error indicating why. The returned pointer uniquely identifies the lock class. That is, a.Get(x) == a.Get(y) if and only if x

(v ssa.Value)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected