MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / serialize

Method serialize

deps/GraphBLAS/CUDA/jitify.hpp:3844–3847  ·  view source on GitHub ↗

! Save the program. * * \see deserialize */

Source from the content-addressed store, hash-verified

3842 * \see deserialize
3843 */
3844 std::string serialize() const {
3845 // Note: Must update kSerializationVersion if this is changed.
3846 return serialization::serialize(_name, _options, _sources);
3847 };
3848
3849 /*! Select a kernel.
3850 *

Callers 1

getCachedMethod · 0.45

Calls 1

serializeFunction · 0.85

Tested by

no test coverage detected