MCPcopy
hub / github.com/eth0izzle/shhgit / WriteToCsv

Method WriteToCsv

core/session.go:116–123  ·  view source on GitHub ↗
(line []string)

Source from the content-addressed store, hash-verified

114}
115
116func (s *Session) WriteToCsv(line []string) {
117 if *s.Options.CsvPath == "" {
118 return
119 }
120
121 s.CsvWriter.Write(line)
122 s.CsvWriter.Flush()
123}
124
125func GetSession() *Session {
126 sessionSync.Do(func() {

Callers 2

InitCsvWriterMethod · 0.95
processRepositoryOrGistFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected