MCPcopy Create free account
hub / github.com/3Hren/msgpack-rust / pass_pack_false

Function pass_pack_false

tests/func/encode/bool.rs:13–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11
12#[test]
13fn pass_pack_false() {
14 let mut buf = [0x00];
15
16 write_bool(&mut &mut buf[..], false).unwrap();
17
18 assert_eq!([0xc2], buf);
19}

Callers

nothing calls this directly

Calls 1

write_boolFunction · 0.85

Tested by

no test coverage detected