MCPcopy 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
70void Base64EncoderBuf::setLineLength(int lineLength)
71{
72 _lineLength = lineLength;
73}
74
75
76int Base64EncoderBuf::getLineLength() const

Callers 3

authenticateMethod · 0.45
proxyAuthenticateMethod · 0.45
base64EncodeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected