MCPcopy Index your code
hub / github.com/google/codesearch / Dense

Method Dense

sparse/set.go:58–60  ·  view source on GitHub ↗

Dense returns the values in the set. The values are listed in the order in which they were inserted.

()

Source from the content-addressed store, hash-verified

56// The values are listed in the order in which they
57// were inserted.
58func (s *Set) Dense() []uint32 {
59 return s.dense
60}
61
62// Len returns the number of values in the set.
63func (s *Set) Len() int {

Callers 6

StringMethod · 0.80
encMethod · 0.80
stepEmptyMethod · 0.80
stepByteMethod · 0.80
TestNstateEncFunction · 0.80
AddMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestNstateEncFunction · 0.64