Nitlanguage.org
  • Nitdoc
  • github
  • loader
  • IssueCommentRepo
  • defaultinit

init defaultinit(collection: MongoCollection)

github :: IssueCommentRepo :: defaultinit

  • Doc
  • Linearization

Summary

  • Property definitions

  • github$IssueCommentRepo$defaultinit

Property definitions

github $ IssueCommentRepo :: defaultinit
class IssueCommentRepo
	super MongoRepository[IssueComment]

	fun find_by_repo(repo: Repo): Array[IssueComment] do
		return find_all((new MongoMatch).eq("repo.full_name", repo.full_name))
	end
end
lib/github/loader.nit:530,1--536,3
Nit standard library. Version .