Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anse1/sqlsmith
/ ident
Method
ident
relmodel.hh:53–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
struct named_relation : relation {
52
string name;
53
virtual string ident() { return name; }
54
virtual ~named_relation() { }
55
named_relation(string n) : name(n) { }
56
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected