| 388 | } |
| 389 | |
| 390 | void EvalState::allowAndSetStorePathString(const StorePath & storePath, Value & v) |
| 391 | { |
| 392 | allowPath(storePath); |
| 393 | |
| 394 | mkStorePathString(storePath, v); |
| 395 | } |
| 396 | |
| 397 | inline static bool isJustSchemePrefix(std::string_view prefix) |
| 398 | { |
no outgoing calls
no test coverage detected