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

Method context

basex-api/src/main/php/BaseXClient/Query.php:37–40  ·  view source on GitHub ↗
($value, $type = "")

Source from the content-addressed store, hash-verified

35 }
36
37 public function context($value, $type = "")
38 {
39 $this->exec(chr(14), $this->id.chr(0).$value.chr(0).$type);
40 }
41
42 public function execute()
43 {

Callers 3

reorderHeadersMethod · 0.45
initMethod · 0.45
closeHandlerMethod · 0.45

Calls 1

execMethod · 0.95

Tested by 3

reorderHeadersMethod · 0.36
initMethod · 0.36
closeHandlerMethod · 0.36