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

Function icvFSResizeWriteBuffer

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

Source from the content-addressed store, hash-verified

505
506
507inline char* icvFSResizeWriteBuffer( CvFileStorage* fs, char* ptr, int len )
508{
509 return ptr + len < fs->buffer_end ? ptr : icvFSDoResize( fs, ptr, len );
510}
511
512
513static char*

Callers 5

icvYMLWriteFunction · 0.85
icvYMLWriteCommentFunction · 0.85
icvXMLWriteTagFunction · 0.85
icvXMLWriteScalarFunction · 0.85
icvXMLWriteCommentFunction · 0.85

Calls 1

icvFSDoResizeFunction · 0.85

Tested by

no test coverage detected