MCPcopy Create free account
hub / github.com/BaseXdb/basex / sc

Method sc

basex-core/src/main/java/org/basex/query/expr/ParseExpr.java:162–164  ·  view source on GitHub ↗

Returns the current static context. @return static context (can be null)

()

Source from the content-addressed store, hash-verified

160 * @return static context (can be {@code null})
161 */
162 public final StaticContext sc() {
163 return info.sc();
164 }
165
166 // OPTIMIZATIONS ================================================================================
167

Callers 15

checkUpMethod · 0.95
serializerMethod · 0.45
optimizeMethod · 0.45
mergeEbvMethod · 0.45
optPredMethod · 0.45
indexAccessibleMethod · 0.45
evalMethod · 0.45
mergeEbvMethod · 0.45
indexAccessibleMethod · 0.45
equalsMethod · 0.45
namespacesMethod · 0.45
qnameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected