[DiscordArchive] Question about GH search rather than AC itself. I am looking into a function called "RemovePet", but
[DiscordArchive] Question about GH search rather than AC itself. I am looking into a function called "RemovePet", but
Archived author: Diro • Posted: 2025-07-16T23:14:31.892000+00:00
Original source
Question about GH search rather than AC itself. I am looking into a function called "RemovePet", but when I search for it, it doesn't show up for whatever reason. I get results for its declaration and implementations, but not the function itself https://github.com/search?q=repo%3Aazero...&type=code The actual function exists though in Player.cpp, but it's not showing up in search, at least not for me https://github.com/azerothcore/azerothco....cpp#L9067 why can't I search for it?
Archived author: Bench • Posted: 2025-07-16T23:16:03.998000+00:00
Original source
Maybe because GitHub doesn't have certain very large files (like Player.cpp) indexed
Archived author: Diro • Posted: 2025-07-16T23:21:34.407000+00:00
Original source
I see, that would be disappointing if that's what happening. I have seen GH search actually give notifications when files are not indexed, but that's typically with newly created repo as it needs time to process things. Here though, no warning at all :{
Archived author: Mithria • Posted: 2025-07-16T23:33:01.151000+00:00
Original source
GH search won't show anything from very large files. All of Unit.cpp is hidden from search for example