MCPcopy Create free account
hub / github.com/egonelbre/exp / AccessPatternFact

Struct AccessPatternFact

untangle/untangle.go:31–34  ·  view source on GitHub ↗

AccessPatternFact records which fields of tracked structs are accessed by a function/method

Source from the content-addressed store, hash-verified

29
30// AccessPatternFact records which fields of tracked structs are accessed by a function/method
31type AccessPatternFact struct {
32 // Map from struct type name to set of field names accessed
33 Accesses map[string]map[string]bool
34}
35
36func (f *AccessPatternFact) AFact() {}
37

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected