MCPcopy Create free account
hub / github.com/Ipotrick/Daxa / operator|

Function operator|

src/cpp_wrapper.cpp:2445–2448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2443 }
2444
2445 auto operator|(Access const & a, Access const & b) -> Access
2446 {
2447 return Access{.stages = a.stages | b.stages, .type = a.type | b.type};
2448 }
2449
2450 auto operator&(Access const & a, Access const & b) -> Access
2451 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected