MCPcopy Index your code
hub / github.com/Macuyiko/minecraft-python / getprop

Function getprop

ServerEditorWeb/ace/worker-javascript.js:4862–4867  ·  view source on GitHub ↗
(funct, name, prop)

Source from the content-addressed store, hash-verified

4860 }
4861
4862 function getprop(funct, name, prop) {
4863 if (!funct["(properties)"][name])
4864 return null;
4865
4866 return funct["(properties)"][name][prop] || null;
4867 }
4868
4869 function functor(name, token, scope, overwrites) {
4870 var funct = {

Callers 1

checkUnusedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected