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

Function format

deps/opencv/modules/core/src/system.cpp:449–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447}
448
449string format( const char* fmt, ... )
450{
451 char buf[1 << 16];
452 va_list args;
453 va_start( args, fmt );
454 vsprintf( buf, fmt, args );
455 return string(buf);
456}
457
458string tempfile( const char* suffix )
459{

Callers 4

writeMethod · 0.70
readMethod · 0.70
formatMessageMethod · 0.70
glob_recFunction · 0.70

Calls 1

stringFunction · 0.85

Tested by

no test coverage detected