Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ WriteIdentity
Method
WriteIdentity
expr/dialect.go:217–219 ·
view source on GitHub ↗
(id string)
Source
from the content-addressed store, hash-verified
215
io.WriteString(w.DialectWriter, w.replace)
216
}
217
func
(w *fingerprintDialect) WriteIdentity(id string) {
218
w.DialectWriter.WriteIdentity(strings.ToLower(id))
219
}
Callers
nothing calls this directly
Calls
1
WriteIdentity
Method · 0.65
Tested by
no test coverage detected