Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
version
Function · 0.70
Calls
1
run_query
Function · 0.70
Tested by
no test coverage detected