MCPcopy Create free account
hub / github.com/nsf/gocode / rip_off_decl

Function rip_off_decl

ripper.go:138–141  ·  view source on GitHub ↗
(file []byte, cursor int)

Source from the content-addressed store, hash-verified

136}
137
138func rip_off_decl(file []byte, cursor int) (int, []byte, []byte) {
139 var tc tok_collection
140 return tc.rip_off_decl(file, cursor)
141}

Callers 1

process_dataMethod · 0.85

Calls 1

rip_off_declMethod · 0.95

Tested by

no test coverage detected