Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
507
inline char* icvFSResizeWriteBuffer( CvFileStorage* fs, char* ptr, int len )
508
{
509
return ptr + len < fs->buffer_end ? ptr : icvFSDoResize( fs, ptr, len );
510
}
511
512
513
static char*
Callers
5
icvYMLWrite
Function · 0.85
icvYMLWriteComment
Function · 0.85
icvXMLWriteTag
Function · 0.85
icvXMLWriteScalar
Function · 0.85
icvXMLWriteComment
Function · 0.85
Calls
1
icvFSDoResize
Function · 0.85
Tested by
no test coverage detected