Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ insert
Method
insert
src/common/classes/fb_string.h:513–516 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
511
return *this;
512
}
513
void insert(iterator it, char_type c)
514
{
515
insert(it - c_str(), 1, c);
516
}
517
void insert(iterator it, size_type n, char_type c)
518
{
519
insert(it - c_str(), n, c);
Callers
nothing calls this directly
Calls
1
insert
Function · 0.50
Tested by
no test coverage detected