snix/third_party/nix/src/nix-channel
Vincent Ambo bf452cbc2a refactor(3p/nix): Replace tokenizeStrings with absl::StrSplit
This function was a custom (and inefficient in the case of
single-character delimiters) string splitter which was used all over
the codebase. Abseil provides an appropriate replacement function.
2020-05-25 15:54:14 +01:00
..
nix-channel.cc refactor(3p/nix): Replace tokenizeStrings with absl::StrSplit 2020-05-25 15:54:14 +01:00