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

Function NewSQL

stripe-ctf3/level4/problem/sql/sql.go:24–29  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

22}
23
24func NewSQL(path string) *SQL {
25 sql := &SQL{
26 path: path,
27 }
28 return sql
29}
30
31func getExitstatus(err error) int {
32 exiterr, ok := err.(*exec.ExitError)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected