MCPcopy Create free account
hub / github.com/DioxusLabs/dioxus / create_script

Method create_script

packages/document/src/document.rs:149–149  ·  view source on GitHub ↗
(&self, _: ScriptProps)

Source from the content-addressed store, hash-verified

147 fn set_title(&self, _: String) {}
148 fn create_meta(&self, _: MetaProps) {}
149 fn create_script(&self, _: ScriptProps) {}
150 fn create_style(&self, _: StyleProps) {}
151 fn create_link(&self, _: LinkProps) {}
152}

Callers 1

ScriptFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected