MCPcopy Create free account
hub / github.com/ctfs/write-ups-2014 / SQL

Struct SQL

stripe-ctf3/level4/problem/sql/sql.go:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type SQL struct {
13 path string
14 sequenceNumber int
15 mutex sync.Mutex
16}
17
18type Output struct {
19 Stdout []byte

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected