| 39 | bool Pure; |
| 40 | |
| 41 | FieldAccessor(FieldAccessorType type, std::string accessor, bool pure) |
| 42 | : Type(type), Accessor(std::move(accessor)), Pure(pure) |
| 43 | { } |
| 44 | }; |
| 45 | |
| 46 | /* keep this in sync with lib/base/type.hpp */ |
nothing calls this directly
no outgoing calls
no test coverage detected