سؤال

Where in clojurescript is the .strobj function defined?

I have tried

ack -a  "strobj"

on the whole project, but no function definition returned.

هل كانت مفيدة؟

المحلول

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top