MCPcopy Index your code
hub / github.com/saltstack/salt / get_version

Function get_version

salt/modules/oracle.py:184–187  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

182 pillar_dbs = __salt__["pillar.get"]("oracle:dbs")
183
184 def get_version(x):
185 return [
186 r[0] for r in run_query(x, "select banner from v$version order by banner")
187 ]
188
189 result = {}
190 if dbs:

Callers 1

versionFunction · 0.70

Calls 1

run_queryFunction · 0.70

Tested by

no test coverage detected