SolvedFinding Production (and using AstroGrep efficiently)

Posts 13 of 3 · Page 1 of 1
Finding Production (and using AstroGrep efficiently)
Recently came across the great tool of Astrogrep, however the greatest tool can't help if I don't know how to use it .


How would I find _- that contains the production stuff I need to alter?

Would appreciate any help ya can give.

On a sidenote would appreciate on any tips on understanding the code better (or does this just come with practice)
Grep "LocalConnection"

You want the class file that has 3 instances of it, and its at the beginning of that trait method that you put the pushtrue/returnvalue (or pushfalse/returnvalue, I don't remember which of top of my head) in. But yea, "LocalConnection" and 3 instances is what I use. Check "case sensitive" results for more accuracy w/ AstroGrep and updating clients.
Grep "LocalConnection".
The good file is the one with a "coerce" in astrogrep results.

Then look for a trait which returns a Boolean, and which ends with a

LXX:
returnvalue

/Solved
Posts 13 of 3 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?