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