MCPcopy Index your code
hub / github.com/dosco/graphjin / getPGTypeParser

Function getPGTypeParser

wasm/postgres.go:153–160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151}
152
153func getPGTypeParser() map[string]interface{} {
154 fn := js.FuncOf(func(this js.Value, args []js.Value) interface{} {
155 return js.FuncOf(func(this js.Value, args []js.Value) interface{} {
156 return args[0]
157 })
158 })
159 return map[string]interface{}{"getTypeParser": fn}
160}
161
162func (s *PgStmt) queryExec(args []driver.Value) (js.Value, error) {
163 m := map[string]interface{}{

Callers 1

queryExecMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected