MCPcopy Create free account
hub / github.com/PerroEngine/Perro / upsert

Method upsert

perro_source/render_stack/perro_graphics/src/ui/renderer.rs:446–452  ·  view source on GitHub ↗
(&mut self, node: NodeID, draw: UiDraw)

Source from the content-addressed store, hash-verified

444 UiDraw::NineSlice(UiNineSliceDraw {
445 rect,
446 clip_rect,
447 texture,
448 tint,
449 uv_min,
450 uv_max,
451 margins,
452 texture_size: [0, 0],
453 }),
454 ),
455 UiCommand::UpsertTextEdit {

Callers 1

submitMethod · 0.80

Calls 3

bump_revisionMethod · 0.80
getMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected