Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ macrofy
Method
macrofy
deps/GraphBLAS/CUDA/GB_jit_cache.h:46–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
virtual void open( const char *path_and_file, const char *mode) {}
45
virtual void close() {}
46
virtual void macrofy() {
47
48
printf(
"Uh oh. this isn't good\n"
);
49
50
}
51
std::string filename;
52
};
53
Callers
1
getCachedFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected