Skip to content

Instantly share code, notes, and snippets.

@jsanda
Created June 13, 2012 02:03
Show Gist options
  • Save jsanda/2921349 to your computer and use it in GitHub Desktop.
Save jsanda/2921349 to your computer and use it in GitHub Desktop.
user> (def report (pc/discover :SERVER))
#'user/report
user> (count (.getAddedRoots report))
0
user> (pc/discover :SERVICE)
#'user/report
user> (count (.getAddedRoots report))
0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment