MCPcopy Create free account
hub / github.com/a2flo/floor / get_function

Method get_function

src/device/host/host_function.cpp:590–592  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

588}
589
590typename host_function::function_map_type::const_iterator host_function::get_function(const device_queue& cqueue) const {
591 return functions.find((const host_device*)&cqueue.get_device());
592}
593
594FLOOR_PUSH_WARNINGS()
595FLOOR_IGNORE_WARNING(cast-function-type-strict)

Callers

nothing calls this directly

Calls 2

findMethod · 0.80
get_deviceMethod · 0.80

Tested by

no test coverage detected