MCPcopy Index your code
hub / github.com/endbasic/endbasic / add_input_keys

Method add_input_keys

std/src/testutils.rs:183–185  ·  view source on GitHub ↗

Adds a bunch of keys as golden input.

(&mut self, keys: &[Key])

Source from the content-addressed store, hash-verified

181
182 /// Adds a bunch of keys as golden input.
183 pub fn add_input_keys(&mut self, keys: &[Key]) {
184 self.golden_in.extend(keys.iter().cloned());
185 }
186
187 /// Obtains a reference to the captured output.
188 pub fn captured_out(&self) -> &[CapturedOut] {

Callers 15

test_disasm_pagingFunction · 0.80
test_list_pagingFunction · 0.80
test_help_pagingFunction · 0.80
test_inkey_okFunction · 0.80
acceptMethod · 0.80
expect_errMethod · 0.80

Calls 1

iterMethod · 0.80

Tested by

no test coverage detected