Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ can_write
Method
can_write
sql/sql_lifo_buffer.h:111–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
bool can_write()
112
{
113
return have_space_for(size1 + size2);
114
}
115
virtual void write() = 0;
116
117
bool is_empty() { return used_size() == 0; }
Callers
2
refill_buffer
Method · 0.80
refill_from_index_reader
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected