MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / AsFunction

Method AsFunction

test/fuzz/fuzzer_shrinker_test.cpp:904–907  ·  view source on GitHub ↗

Yields the Interesting instance method wrapped in a function object.

Source from the content-addressed store, hash-verified

902
903 // Yields the Interesting instance method wrapped in a function object.
904 Shrinker::InterestingnessFunction AsFunction() {
905 return std::bind(&InterestingnessTest::Interesting, this,
906 std::placeholders::_1, std::placeholders::_2);
907 }
908};
909
910// A test that says all binaries are interesting.

Callers 1

RunFuzzerAndShrinkerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected