Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/porsager/postgres
/ constructor
Method
constructor
cf/src/types.js:46–49 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
44
45
export
class
Identifier extends NotTagged {
46
constructor(value) {
47
super()
48
this.value = escapeIdentifier(value)
49
}
50
}
51
52
export
class
Parameter extends NotTagged {
Callers
nothing calls this directly
Calls
1
escapeIdentifier
Function · 0.70
Tested by
no test coverage detected