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

Method SetFileName

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

SetFileName sets the sqlite database file name of DSN.

(fn string)

Source from the content-addressed store, hash-verified

72
73// SetFileName sets the sqlite database file name of DSN.
74func (dsn *DSN) SetFileName(fn string) { dsn.filename = fn }
75
76// GetFileName gets the sqlite database file name of DSN.
77func (dsn *DSN) GetFileName() string { return dsn.filename }

Callers 1

TestDSNFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestDSNFunction · 0.76