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

Method new

gopher/src/main.rs:213–219  ·  view source on GitHub ↗
(host: &str, selector: &str, port: u16, is_map: bool)

Source from the content-addressed store, hash-verified

211
212impl Page {
213 fn new(host: &str, selector: &str, port: u16, is_map: bool)
214 -> Self {
215 Page{host: String::from(host),
216 selector: String::from(selector),
217 port,
218 is_map}
219 }
220}
221
222#[no_mangle]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected