MCPcopy Create free account
hub / github.com/apache/trafficserver / is_open

Method is_open

src/proxy/logging/LogFile.cc:761–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

759}
760
761bool
762LogFile::is_open()
763{
764 if (m_file_format == LOG_FILE_PIPE) {
765 return m_fd >= 0;
766 } else {
767 return m_log && m_log->is_open();
768 }
769}
770
771/*
772 * Returns the fd of the entity (pipe or regular file ) that this object is

Callers 15

makeCommandLineParserFunction · 0.45
read_configFunction · 0.45
linesFunction · 0.45
open_fileFunction · 0.45
config_setMethod · 0.45
mainFunction · 0.45
loadConfigFileMethod · 0.45
flush_thread_mainMethod · 0.45
set_std_outputMethod · 0.45
TSPluginInitFunction · 0.45
TSPluginInitFunction · 0.45
TSRemapInitFunction · 0.45

Calls

no outgoing calls

Tested by 5

read_configFunction · 0.36
TSPluginInitFunction · 0.36
TSPluginInitFunction · 0.36
TSRemapInitFunction · 0.36
TSPluginInitFunction · 0.36