Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ setLineLength
Method
setLineLength
base/poco/Foundation/src/Base64Encoder.cpp:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
69
70
void Base64EncoderBuf::setLineLength(int lineLength)
71
{
72
_lineLength = lineLength;
73
}
74
75
76
int Base64EncoderBuf::getLineLength() const
Callers
3
authenticate
Method · 0.45
proxyAuthenticate
Method · 0.45
base64Encode
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected