MCPcopy Create free account
hub / github.com/apache/solr / file_to_string

Function file_to_string

dev-tools/scripts/releaseWizard.py:1151–1153  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

1149 sys.exit(0)
1150
1151def file_to_string(filename):
1152 with open(filename, encoding='utf8') as f:
1153 return f.read().strip()
1154
1155def download_keys():
1156 download('KEYS', "https://downloads.apache.org/solr/KEYS", state.config_path)

Callers 1

configure_pgpFunction · 0.85

Calls 2

stripMethod · 0.80
readMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…