Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/graph-learn
/ IsAttributed
Method
IsAttributed
graphlearn/src/include/data_source.h:111–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
bool IsAttributed() const {
112
return format & kAttributed;
113
}
114
115
std::string ToString() const {
116
std::stringstream ss;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected