MCPcopy Create free account
hub / github.com/cwida/ALP / WriteFirst

Method WriteFirst

publication/source_code/include/chimp/chimp.hpp:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 }
80
81 static void WriteFirst(CHIMP_TYPE in, State& state) {
82 state.output.template WriteValue<CHIMP_TYPE, BIT_SIZE>(in);
83 state.previous_value = in;
84 state.first = false;
85 }
86
87 static void CompressValue(CHIMP_TYPE in, State& state) {
88

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected