Skip to main content

read_plugin_name_from_scratch

Function read_plugin_name_from_scratch 

Source
pub unsafe fn read_plugin_name_from_scratch(ptr: *mut u8) -> Option<String>
Expand description

Read a plugin name from the start of the scratch buffer.

ยงSafety

ptr must point to a valid SHM allocation.