lix/src/libexpr/primops
pennae d439dceb3b optionally return string_view from coerceToString
we'll retain the old coerceToString interface that returns a string, but callers
that don't need the returned value to outlive the Value it came from can save
copies by using the new interface instead. for values that weren't stringy we'll
pass a new buffer argument that'll be used for storage and shouldn't be
inspected.
2022-01-27 22:15:30 +01:00
..
context.cc optionally return string_view from coerceToString 2022-01-27 22:15:30 +01:00
derivation.nix Remove corepkgs/derivation.nix 2020-09-17 09:41:02 +02:00
fetchMercurial.cc optionally return string_view from coerceToString 2022-01-27 22:15:30 +01:00
fetchTree.cc optionally return string_view from coerceToString 2022-01-27 22:15:30 +01:00
fromTOML.cc return string_views from forceString* 2022-01-27 17:15:43 +01:00