MCPcopy Index your code
hub / github.com/ImageOptim/libimagequant / liq_attr_create

Function liq_attr_create

imagequant-sys/src/ffi.rs:440–442  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

438#[inline(never)]
439#[allow(deprecated)]
440pub extern "C" fn liq_attr_create() -> Option<Box<liq_attr>> {
441 liq_attr_create_with_allocator(ptr::null_mut(), libc::free)
442}
443
444#[no_mangle]
445#[inline(never)]

Callers 10

MainMethod · 0.85
mainFunction · 0.85
links_and_runsFunction · 0.85
c_callback_test_cFunction · 0.85
test_abortFunction · 0.85
test_zero_histogramFunction · 0.85
test_histogramFunction · 0.85
test_fixed_colorsFunction · 0.85
test_fixed_colors_orderFunction · 0.85

Calls 1

Tested by 7

links_and_runsFunction · 0.68
c_callback_test_cFunction · 0.68
test_abortFunction · 0.68
test_zero_histogramFunction · 0.68
test_histogramFunction · 0.68
test_fixed_colorsFunction · 0.68
test_fixed_colors_orderFunction · 0.68