Domanda

Where in clojurescript is the .strobj function defined?

I have tried

ack -a  "strobj"

on the whole project, but no function definition returned.

È stato utile?

Soluzione

strobj is not a function but a field of ObjMap instances. You shouldn't use it directly.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top