MCPcopy Create free account
hub / github.com/creatale/node-dv / icvYMLWriteInt

Function icvYMLWriteInt

deps/opencv/modules/core/src/persistence.cpp:1638–1643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1636
1637
1638static void
1639icvYMLWriteInt( CvFileStorage* fs, const char* key, int value )
1640{
1641 char buf[128];
1642 icvYMLWrite( fs, key, icv_itoa( value, buf, 10 ));
1643}
1644
1645
1646static void

Callers

nothing calls this directly

Calls 2

icvYMLWriteFunction · 0.85
icv_itoaFunction · 0.85

Tested by

no test coverage detected