MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / OsString_push

Function OsString_push

euralios_std/src/ffi.rs:343–347  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

341
342 #[test_case]
343 fn OsString_push() {
344 let mut os_string = OsString::from("foo");
345 os_string.push("bar");
346 assert_eq!(&os_string, "foobar");
347 }
348
349 #[test_case]
350 fn OsString_capacity() {

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected