MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / GetParam

Method GetParam

storage/dsn.go:93–96  ·  view source on GitHub ↗

GetParam gets the value.

(key string)

Source from the content-addressed store, hash-verified

91
92// GetParam gets the value.
93func (dsn *DSN) GetParam(key string) (value string, ok bool) {
94 value, ok = dsn.params[key]
95 return
96}
97
98// Clone returns a copy of current dsn.
99func (dsn *DSN) Clone() (copy *DSN) {

Callers 2

openDBFunction · 0.95
TestDSNFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestDSNFunction · 0.76